See: Description
Class | Description |
---|---|
AbstractStaxHandler |
Abstract base class for SAX
ContentHandler and LexicalHandler
implementations that use StAX as a basis. |
AbstractStaxXMLReader |
Abstract base class for SAX
XMLReader implementations that use StAX as a basis. |
AbstractStaxXMLReader.StaxLocator |
Implementation of the
Locator interface based on a given StAX Location . |
AbstractXMLReader |
Abstract base class for SAX
XMLReader implementations. |
AbstractXMLStreamReader |
Abstract base class for
XMLStreamReader s. |
DomContentHandler |
SAX
ContentHandler that transforms callback calls to DOM Node s. |
DomUtils |
Convenience methods for working with the DOM API,
in particular for working with DOM Nodes and DOM Elements.
|
SimpleNamespaceContext |
Simple
javax.xml.namespace.NamespaceContext implementation. |
SimpleSaxErrorHandler |
Simple
org.xml.sax.ErrorHandler implementation:
logs warnings using the given Commons Logging logger instance,
and rethrows errors to discontinue the XML transformation. |
SimpleTransformErrorListener |
Simple
javax.xml.transform.ErrorListener implementation:
logs warnings using the given Commons Logging logger instance,
and rethrows errors to discontinue the XML transformation. |
StaxEventHandler |
SAX
ContentHandler and LexicalHandler
that writes to a XMLEventConsumer . |
StaxEventHandler.LocatorLocationAdapter | |
StaxEventXMLReader |
SAX
XMLReader that reads from a StAX XMLEventReader . |
StaxResult |
Implementation of the
Result tagging interface for StAX writers. |
StaxSource |
Implementation of the
Source tagging interface for StAX readers. |
StaxStreamHandler |
SAX
ContentHandler and LexicalHandler
that writes to an XMLStreamWriter . |
StaxStreamXMLReader |
SAX
XMLReader that reads from a StAX XMLStreamReader . |
StaxUtils |
Convenience methods for working with the StAX API.
|
TransformerUtils |
Contains common behavior relating to
Transformers , and the
javax.xml.transform package in general. |
XMLEventStreamReader |
Implementation of the
XMLStreamReader interface that wraps a
XMLEventReader . |
XMLEventStreamWriter |
Implementation of the
XMLStreamWriter interface
that wraps an XMLEventWriter . |
XmlValidationModeDetector |
Detects whether an XML stream is using DTD- or XSD-based validation.
|